home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / pop_202.zip / WHATNEW.201 < prev    next >
Text File  |  1991-01-25  |  3KB  |  82 lines

  1. What's new for POPDOOR Version 2.01
  2.  
  3.  
  4.      - Completely rewritten in Turbo Pascal 5.0
  5.        thus reducing the code size by 3 times.
  6.        the quickbasic version was over 60k of compiled
  7.        code, the pascal version is just over 25k compiled.
  8.        
  9.      - Run time speeds are increased by 100 times.
  10.      
  11.      - Added the Average Number of Uses a Day to the User 
  12.        Screen.
  13.  
  14.      - Added two decimal places for average uses on both
  15.        screens.
  16.      
  17.      - Added the following commands to the POPDOOR.CFG file.
  18.  
  19.          CLEARSCREEN YES or CLEARSCREEN NO
  20.      
  21.          ENTER YES or ENTER NO
  22.  
  23.          See the documentation for explanations of each.
  24.  
  25.      - Changed the way the ANSI Screens were created to reduced
  26.        their size. I'm still getting a handle on ANSI screen
  27.        creating.
  28.  
  29.      - Changed the way it searched through the log. The new way is 
  30.        much more structured and faster. It also displays a neat
  31.        little meter when searching and when it finds the new date
  32.        in the log.
  33.  
  34.     **************************************************************
  35.     *- YOU MUST RESTART POPDOOR. I'm really sorry about this. But* 
  36.     *  Pascal and QuickBasic Keep there files total different.   *
  37.     **************************************************************
  38.  
  39.      - You can now enter the name of the log file in the command
  40.        line. This is useful for multiline remote access bbs's which
  41.        have a log file for each line. If no log file is entered 
  42.        then POPdoor will use the log file name in the Config file.
  43.  
  44.      - Popdoor looks for the \ after each path name. If none is
  45.        entered then popdoor adds a \. This just helps in ease of 
  46.        use.
  47.  
  48.      - POPdoor now reads both Opus and Frontdoor Log Styles!
  49.        Reads what type of log file from the RA config file.
  50.  
  51.      - Instead of the first date Popdoor was run being used       
  52.        globally for the averages it now saves the first date that 
  53.        door or user was processed by popdoor. The reason for this 
  54.        was if a door was added later after popdoor had been running
  55.        for a while the average was very low. The new way will make 
  56.        a real average use for doors and users.
  57.  
  58.      - Added the Last date and Time Updated to the Popdoor        
  59.        ANSI/ASCII out put files.
  60.  
  61.      - When a door is removed and replaced by another one, the
  62.        times used were not being reset to zero. This was fixed.
  63.      
  64.      - Add a way to delete doors when removed from the system. To
  65.        do this change the name of the door in the POPDOOR.cfg file
  66.        NONE and the LOGFILE description to something that will
  67.        NEVER appear in the RA log file. Look at the documentation
  68.        for a more detail description of this.
  69.  
  70.      ********************** IMPORTANT *****************************
  71.  
  72.      - SYSOPNAME, BBSNAME, POPFILE, POPUSER, INCLUDESYSOP are NO
  73.        LONGER Required in the POPDOOR CONFIG FILE (POPDOOR.CFG). 
  74.        They are all read from the Remote Access Config File.
  75.  
  76.      - SYSTEMPATH added to the config file. Make sure you put the
  77.        full path to the remote access config file. E.g. C:\RA\.
  78.  
  79.      - POPDOOR and POPUSER are used for the file names of the 
  80.        top Doors and top Door Users.
  81.  
  82.